home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / fw30int7.lha / FMath406.lha / FastMath.doc next >
Text File  |  1995-04-07  |  5KB  |  128 lines

  1. ------------------------------------------------------------------------
  2.                  Fast Math Libraries v40.6 (7-Apr-95)
  3. ------------------------------------------------------------------------
  4.  
  5. This  set  of  libraries  is a replacement for the original libraries by
  6. Commodore.   They  are  written in highly optimized assembler code using
  7. the  68881/68882  FPU  chips  and  the  68040  FPU  directly without any
  8. emulation  or  compatibility  overhead.   So  they are much faster, much
  9. smaller, and still 100% compatible.
  10.  
  11.  
  12. ------------------------------------------------------------------------
  13.                                 Contents
  14. ------------------------------------------------------------------------
  15.  
  16.         68040/math....library           68040 libraries
  17.         68882/math....library           68881/82 libraries
  18.         Benchmarks/...                  some small benchmark programs
  19.         FastMath.doc                    you are just reading it...
  20.         FastMath.doc.info               you have clicked on it...
  21.         Install Libs                    installer script
  22.         Install Libs.info               icon of installer script
  23.  
  24.  
  25. ------------------------------------------------------------------------
  26.                               Requirements
  27. ------------------------------------------------------------------------
  28.  
  29.                 68020, 68030 or 68040 CPU
  30.                 68881 or 68882 FPU (with 68020/30)
  31.  
  32.                 Kickstart/WB 2.04 or 3.x is recommended.
  33.  
  34.  
  35. ------------------------------------------------------------------------
  36.                                  Usage
  37. ------------------------------------------------------------------------
  38.  
  39. Simply  doubleclick  on  "Install  Libs"  to  install the libraries, the
  40. installer  script  automatically  selects the right version and replaces
  41. the old ones.  Thats all!
  42.  
  43. You  could  use  the  included benchmark programs (CLI only!) to do some
  44. before/after comparisons.
  45.  
  46. On the 68040 all tests will show significant speed increases.
  47. On  machines with 68020/30 and 68881/82 only mathtrans.library will show
  48. really  big  differences, but the others are much shorter and also a bit
  49. faster. So you should install them all.
  50.  
  51.  
  52. ------------------------------------------------------------------------
  53.                                 History
  54. ------------------------------------------------------------------------
  55.  
  56. 40.1    - first version (internal)
  57.  
  58. 40.2    - first public release
  59.  
  60. 40.3    - Powers with negative bases didn't work on 68881/82 version,
  61.           68040 version is still 40.2
  62.  
  63. 40.4    - Powers are more accurate now with 68881/82 version.
  64.           68040 version now only looks for the FPU40 flag if the
  65.           Kickstart version is >= 39.
  66.  
  67. 40.5    - fixed IEEEDPCmp problem, bumped revision of other libraries
  68.  
  69. 40.6    - some more optimizations
  70.  
  71. ------------------------------------------------------------------------
  72.                                  Author
  73. ------------------------------------------------------------------------
  74.  
  75.  
  76.  
  77.                              Martin Berndt
  78.  
  79.                           Fr.-Alfred-Str. 115
  80.                              47226 Duisburg
  81.  
  82.                                 Germany
  83.  
  84.                    E-Mail: m_berndt@wanderer.gun.de
  85.  
  86.  
  87.  
  88. ------------------------------------------------------------------------
  89.                               Legal stuff
  90. ------------------------------------------------------------------------
  91.  
  92.  
  93.                       This program is SHAREWARE !
  94.  
  95.  
  96. If  you continue using it longer than a week, please consider paying the
  97. fee of DM 30 or US$ 20.  So keep the developers developing...    Thanks!
  98.  
  99. Bank account for money transfers (Germany only):
  100.  
  101.                         R. Berndt
  102.                         Konto 393439-438
  103.                         BLZ 36010043
  104.                         Postgiroamt Essen
  105.  
  106.  
  107.  
  108. Copyright
  109. ---------
  110. Fast  Math  Libraries are written and copyright © 1994 by Martin Berndt.
  111. No  parts  of  this  program  may be altered by any means (this includes
  112. editing, reprogramming, crunching, resourceing etc.), except archiving.
  113.  
  114. Disclaimer
  115. ----------
  116. The  author  is in no way liable for any changes made to any part of the
  117. program,  or  consequences thereof as he is in no way liable for damages
  118. or loss of data directly or indirectly caused by this software.
  119.  
  120. Distribution
  121. ------------
  122. Neither fees may be charged nor profits may be made by distributing this
  123. piece  of  software.  Only a nominal fee for costs of magnetic media may
  124. be  accepted,  the  amount  of  US  $5  shouldn't be exceeded for a disk
  125. containing Fast Math Libraries.
  126.  
  127. ------------------------------------------------------------------------
  128.